internal/poll.pollDesc.runtimeCtx (field)
16 uses
internal/poll (current package)
fd_poll_runtime.go#L33: runtimeCtx uintptr
fd_poll_runtime.go#L44: pd.runtimeCtx = ctx
fd_poll_runtime.go#L49: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L52: runtime_pollClose(pd.runtimeCtx)
fd_poll_runtime.go#L53: pd.runtimeCtx = 0
fd_poll_runtime.go#L58: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L61: runtime_pollUnblock(pd.runtimeCtx)
fd_poll_runtime.go#L65: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L68: res := runtime_pollReset(pd.runtimeCtx, mode)
fd_poll_runtime.go#L81: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L84: res := runtime_pollWait(pd.runtimeCtx, mode)
fd_poll_runtime.go#L97: if pd.runtimeCtx == 0 {
fd_poll_runtime.go#L100: runtime_pollWaitCanceled(pd.runtimeCtx, mode)
fd_poll_runtime.go#L104: return pd.runtimeCtx != 0
fd_poll_runtime.go#L158: if fd.pd.runtimeCtx == 0 {
fd_poll_runtime.go#L161: runtime_pollSetDeadline(fd.pd.runtimeCtx, d, mode)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |